home *** CD-ROM | disk | FTP | other *** search
- /* h.menus --- define layout of menus using constants. */
-
-
- #define MAINMENU_NEXT 0
- #define MAINMENU_PREVIOUS 1
- #define MAINMENU_GOTO_PAGE 2
- #define MAINMENU_MAGNIFICATION 3
- #define MAINMENU_CLONE 4
- #define MAINMENU_SAVEAS 5
- #define MAINMENU_CLOSE 6
- #define MAINMENU_QUIT 7
-
- #define SAVEASMENU_PAINT 0
- #define SAVEASMENU_DRAW 1
-
- #define ICONBARMENU_ABOUT 0
- #define ICONBARMENU_QUIT 1
-
- /* EOF */
-